home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-07-05 | 770 b | 59 lines | [TEXT/ttxt] |
- //Cube by Greg Schueler, gschueler@pomona.edu
-
- Resn=10,
-
- Durn="2.3",
-
- CamX="50 * sin( t / 6.5 )",
- CamY="30 * sin( t / 6.6 )",
- CamZ="15 * cos( 2 * PI * ( (t / 6) - .25 ))",
-
- CmLX="0",
- CmLY="50",
- CmLZ="-50",
-
- CUpX="0",
- CUpY="0",
- CUpZ="1",
-
- R="1 - 2 * dt",
- G="2 * dt - 1",
- B="sin( 2 * PI * ( dt - .25 ) )",
-
- widt=420,heig=330,
-
- LvlR="1",
- LvlG="1",
- LvlB="0",
-
- ConL=1,ConB=0,
-
-
- Fall="0.03",
-
-
-
-
- C0="20 * sqwv( dt * 8 - 3) - 20 * sqwv( dt * 8 - 7)",
- C1="20 * sqwv( dt * 8 - 1) - 20 * sqwv( dt * 8 - 5)",
-
- C2="100 * ( 1 - pos( 1 -4 * dt) - 1 + (pos( - pos( 4*dt - 2)+1 )))",
- C3="100 * pos( dt * 4 - 3) - (100 * (1 - pos( 1 - pos( dt * 4 - 1))))",
-
-
- D0=".5 * abs( mag( s ) )",
-
-
- X="100 * s - 50",
- Y="c2 + d0 * c0",
- Z="c3 + d0 * c1",
-
-
- Scal="600",
- ScSz=1,
-
- Pers="280",
-
- Vers=30
-
-